home *** CD-ROM | disk | FTP | other *** search
/ Hackers Handbook - Millenium Edition / Hackers Handbook.iso / files / nt / iis-fixa.exe / hotfix.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-06-20  |  7.1 KB  |  257 lines

  1. [Version]
  2.  
  3.     Signature="$Windows NT$"
  4.  
  5.     NtBuildToUpdate=1381
  6.     NtMajorVersionToUpdate=4
  7.     NtMinorVersionToUpdate=0
  8.     NtServicePackVersion=768
  9.     NtMinimumServicePackVersion=768
  10.     HotfixNumber=%HOTFIX_NUMBER%
  11.  
  12.     LanguageType=%LangTypeValue%
  13.  
  14.     RequiredFreeSpaceNoUninstall=5
  15.     RequiredFreeSpaceWithUninstall=5
  16.  
  17. [ProductInstall.ReplaceFilesIfExist]
  18.  
  19.     CopyFiles=System32.files
  20.     CopyFiles=SystemRoot.files
  21.     CopyFiles=Inf.files
  22.     CopyFiles=Spldrv.files
  23.     CopyFiles=Fonts.files
  24.  
  25. [ProductInstall.DontDelayUntilReboot]
  26.  
  27.     ;
  28.     ; These files must be replaced before rebooting, not delayed-until-reboot,
  29.     ; because they are loaded before the delay-until-reboot code is executed.
  30.     ;
  31.  
  32.     CopyFiles=MustReplace.System32.files
  33.     CopyFiles=Drivers.files
  34.     CopyFiles=Osldr.files
  35.  
  36. [ProductInstall.CopyFilesAlways]
  37.  
  38.     CopyFiles=CopyAlways.System32.files
  39.     CopyFiles=CopyAlways.Drivers.files
  40.     CopyFiles=CopyAlways.Inf.files
  41.  
  42. [ProductInstall.ServerFiles]
  43.  
  44.     CopyFiles=Server.Inf.files
  45.  
  46. [ProductInstall.WorkstationFiles]
  47.  
  48.     CopyFiles=Workstation.Inf.files
  49.     DelReg=Product.Del.Reg.Workstation
  50.  
  51. [ProductInstall.UniprocessorFiles]
  52.  
  53.     CopyFiles=Uniprocessor.Kernel.files
  54.  
  55. [ProductInstall.MultiprocessorFiles]
  56.  
  57.     CopyFiles=Multiprocessor.Kernel.files
  58.  
  59. [ProductInstall.GlobalRegistryChanges]
  60.  
  61.     AddReg=Product.Add.Reg
  62.  
  63. [ProductInstall.GlobalRegistryChanges.x86]
  64.  
  65.     AddReg=Product.Add.Reg.x86
  66.  
  67. [ProductInstall.GlobalRegistryChanges.Alpha]
  68.  
  69.     AddReg=Product.Add.Reg.Alpha
  70.  
  71. [ProductInstall.GlobalRegistryChanges.PPC]
  72.  
  73.     AddReg=Product.Add.Reg.PPC
  74.  
  75. [IBM-6070.Section]
  76.  
  77.     AddReg=IBM-6070.AddReg
  78.  
  79. [IISSection]
  80.  
  81.     CopyFiles=IIS.files
  82.     CopyFiles=IISAdmin.files
  83.     AddReg=IIS.AddReg
  84.  
  85. [IISSectionServer]
  86.  
  87.     CopyFiles=Server.IIS.Inf.files
  88.     AddReg=Server.IIS.AddReg
  89.  
  90. [IISSectionWorkstation]
  91.  
  92.     CopyFiles=Workstation.IIS.Inf.files
  93.     AddReg=Workstation.IIS.AddReg
  94.  
  95. [FPNWSection]
  96.  
  97.     CopyFiles=FPNW.files
  98.  
  99. [HTRSection]
  100.  
  101.     CopyFiles=HTR.files
  102.  
  103. [IESection]
  104.  
  105.     CopyFiles=IE.files
  106.  
  107. [HyperSection]
  108.  
  109.     CopyFiles=Hyper.files
  110.  
  111. [EudcSection]
  112.  
  113.     CopyFiles=Eudc.files
  114.  
  115. [Save.Reg.For.Uninstall]
  116.  
  117. [Save.Reg.For.Uninstall]
  118.  
  119.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%
  120.  
  121. [Product.Add.Reg]
  122.  
  123.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Installed",0x10001,1
  124.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Comments",0,%COMMENT%
  125.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Backup Dir",0,""
  126.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Fix Description",0,%COMMENT%
  127.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Installed By",0,""
  128.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Installed On",0,""
  129.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%,"Valid",0x10001,1
  130.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%\File 1\,"Flags",0,""
  131.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%\File 1\,"New File",0,""
  132.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%\File 1\,"New Link Date",0,""
  133.     HKLM,SOFTWARE\Microsoft\Windows NT\CurrentVersion\Hotfix\%HOTFIX_NUMBER%\File 1\,"Old Link Date",0,""
  134.  
  135. [DestinationDirs]
  136.  
  137.     SystemRoot.files=10             ; %windir% (replace if exist)
  138.  
  139.     System32.files=11               ; %windir%\system32 (replace if exist)
  140.     CopyAlways.System32.files=11    ; %windir%\system32 (copy even if don't exist)
  141.     MustReplace.System32.files=11   ; %windir%\system32 (don't delay until reboot)
  142.     CheckSecurity.System32.files=11 ; %windir%\system32 (warn if 40-bit replacing 128-bit)
  143.  
  144.     Drivers.files=12                ; %windir%\system32\drivers (don't delay until reboot)
  145.     CopyAlways.Drivers.files=12     ; %windir%\system32\drivers (copy even if don't exist)
  146.     CheckSecurity.Drivers.files=12  ; %windir%\system32 (warn if 40-bit replacing 128-bit)
  147.  
  148.     Uniprocessor.Kernel.files=11    ; %windir%\system32 (don't delay until reboot)
  149.     Multiprocessor.Kernel.files=11  ; %windir%\system32 (don't delay until reboot)
  150.  
  151.     Hal.files.x86=11                ; %windir%\system32     (don't delay until reboot)
  152.     Hal.files.Alpha=54              ; osloader.exe location (don't delay until reboot)
  153.     Hal.files.PPC=54                ; osloader.exe location (don't delay until reboot)
  154.  
  155.     Osldr.files=54                  ; path to ntldr or osloader.exe (don't delay until reboot)
  156.  
  157.     Inf.files=17                    ; %windir%\inf      (replace if exist)
  158.     CopyAlways.Inf.files=17         ; %windir%\inf      (copy even if don't exist)
  159.     Server.Inf.Files=11             ; %windir%\system32 (replace if exist)
  160.     Workstation.Inf.Files=11        ; %windir%\system32 (replace if exist)
  161.  
  162.     Fonts.files=20                  ; %windir%\fonts    (replace if exist)
  163.     Spldrv.files=52,2               ; %windir%\system32\spool\drivers\<platform>\2
  164.  
  165.     IIS.files=65601                 ; destination determined at runtime
  166.     IISAdmin.files=65601,iisadmin   ; destination determined at runtime
  167.     FPNW.files=65602                ; destination determined at runtime
  168.     HTR.files=65603                 ; destination determined at runtime
  169.     IE.files=65604                  ; destination determined at runtime
  170.     Hyper.files=65605               ; destination determined at runtime
  171.     Eudc.files=65606                ; destination determined at runtime
  172.     Server.IIS.Inf.Files=65601      ; destination determined at runtime
  173.     Workstation.IIS.Inf.Files=65601 ; destination determined at runtime
  174.  
  175. [MustReplace.System32.files]
  176.  
  177. [CopyAlways.System32.files]
  178.  
  179. [CopyAlways.Drivers.files]
  180.  
  181. [CopyAlways.Inf.files]
  182.  
  183. [SystemRoot.files]
  184.  
  185. [System32.files]
  186.  
  187. [Drivers.files]
  188.  
  189. [Osldr.files]
  190.  
  191. [Inf.files]
  192.  
  193. [Spldrv.files]
  194.  
  195. [Fonts.files]
  196.  
  197. [Uniprocessor.Kernel.files]
  198.  
  199. [Multiprocessor.Kernel.files]
  200.  
  201. [IIS.files]
  202.  
  203.     W3SVC.DLL,,,8
  204.  
  205. [FPNW.files]
  206.  
  207. [HTR.files]
  208.  
  209. [IE.files]
  210.  
  211. [Hyper.files]
  212.  
  213. [Eudc.files]
  214.  
  215. [IISAdmin.files]
  216.  
  217. [Server.IIS.Inf.Files]
  218.  
  219. [Server.Inf.files]
  220.  
  221. [Workstation.IIS.Inf.Files]
  222.  
  223. [Workstation.Inf.files]
  224.  
  225. [Check.For.128.Security]
  226.  
  227.     ; Although this section is structured as an "Install" section with
  228.     ; "CopyFiles" sections, it only causes these files to be checked, not
  229.     ; copied.  Any files in these sections must also be specified in the
  230.     ; appropriate "CopyFiles" sections of a real "Install" section to
  231.     ; cause them to be copied.
  232.  
  233.     CopyFiles = CheckSecurity.System32.files
  234.     CopyFiles = CheckSecurity.Drivers.files
  235.  
  236. [CheckSecurity.System32.files]
  237.  
  238. [CheckSecurity.Drivers.files]
  239.  
  240. [SourceDisksNames]
  241.  
  242.     1=%ServicePackSourceFiles%
  243.  
  244. [SourceDisksFiles]
  245.     W3SVC.DLL = 1
  246.  
  247. [SourceDisksFiles.x86]
  248.  
  249. [SourceDisksFiles.Alpha]
  250.  
  251. [Strings]
  252.  
  253.     LangTypeValue=9
  254.     ServicePackSourceFiles="Windows NT 4.0 Hotfix Source Files"
  255.     HOTFIX_NUMBER="Q143484"
  256.     COMMENT="This fix is for the long URL parsing Access Violation"
  257.